projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0bb9bb0
)
* src/print.c (print_object): Add pretty printing for xwidget_view.
author
Grégoire Jadi
<gregoire.jadi@gmail.com>
Tue, 16 Jul 2013 17:39:18 +0000
(19:39 +0200)
committer
Grégoire Jadi
<gregoire.jadi@gmail.com>
Tue, 16 Jul 2013 17:39:18 +0000
(19:39 +0200)
src/print.c
patch
|
blob
|
history
diff --git
a/src/print.c
b/src/print.c
index 1257b46dda4c51d5883c917069d5f00ebffbd8e6..798a132fc614a32332e25b94ce88ea43ceaaba08 100644
(file)
--- a/
src/print.c
+++ b/
src/print.c
@@
-1771,6
+1771,11
@@
print_object (Lisp_Object obj, Lisp_Object printcharfun, bool escapeflag)
strout ("#<xwidget ", -1, -1, printcharfun);
PRINTCHAR ('>');
}
+ else if (XXWIDGET_VIEW_P (obj))
+ {
+ strout ("#<xwidget-view ", -1, -1, printcharfun);
+ PRINTCHAR ('>');
+ }
#endif
else if (WINDOWP (obj))
{